packages: [tinc] fix autocreated configdir
authorJonas Gorski <[email protected]>
Sun, 4 Aug 2013 12:03:10 +0000 (12:03 +0000)
committerJonas Gorski <[email protected]>
Sun, 4 Aug 2013 12:03:10 +0000 (12:03 +0000)
Tinc's config dir is tinc, not openvpn.

Signed-off-by: Christoph Kottke <[email protected]>
[[email protected]: fix commitlog]
Signed-off-by: Jonas Gorski <[email protected]>
SVN-Revision: 37674

net/tinc/Makefile

index b383365ebf645ab3b827c87c0f4887f19eee462f..576d03418b9250df7c2b91e90d9650e47d1b64dc 100644 (file)
@@ -47,7 +47,7 @@ define Package/tinc/install
        $(INSTALL_BIN) files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME)
        $(INSTALL_DIR) $(1)/etc/config
        $(INSTALL_CONF) files/$(PKG_NAME).config $(1)/etc/config/$(PKG_NAME)
-       $(INSTALL_DIR) $(1)/etc/openvpn
+       $(INSTALL_DIR) $(1)/etc/tinc
        $(INSTALL_DIR) $(1)/lib/upgrade/keep.d
        $(INSTALL_DATA) files/tinc.upgrade $(1)/lib/upgrade/keep.d/tinc
 endef